/*banner start*/
.bannerbox {
    min-width: 1380px;
    height: 600px;
    background: #E3EBF4;
    margin-bottom: 72px;
}
.container {
    width:100%;
    height: 600px;
    background: url("../../../images/web/indexnew/indexbanner.png") center center no-repeat;
    background-size: 100% 100%;
}
.container img {
    width: 100%;
    height: 600px;
    object-fit: none;
    object-position: center;
}
.bannermain {
    width: 1260px;
    height: 600px;
    margin: 0 auto;
}
.bannermain .txtp {
    width: 100%;
    height: auto;
    font-weight: 400;
    color: #FFFFFF;
}
.bannermain .txtp1 {
    font-size: 48px;
    padding-top: 76px;
    margin-bottom: 15px;
}
.bannermain .txtp2 {
    font-size: 25px;
    margin-bottom: 40px;
}
.bannermain .txtp3 {
    font-size: 21px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.bannermain .txtbutton {
    width: 100%;
    height: auto;
    margin-top: 66px;
    position: relative;
}
.bannermain .txtbuttonp {
    width: fit-content;
    height: auto;
    background: #FFAD00;
    border-radius: 5px;
    margin-top: 74px;
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF;
    padding:14px 17px 14px 19px;
    cursor: pointer;
}
.bannermain .bannerpopout {
    position: absolute;
    width: 374px;
    height: 520px;
    background: url("../../../images/web/indexnew/pop-up-bg2.png") center center no-repeat;
    top: -235px;
    left:210px;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    display: none;
}
/*.bannermain .txtbuttonp:hover + .bannerpopout {*/
/*    display: block;*/
/*    transform: translate(0, 0px);*/
/*}*/
/*.bannermain .bannerpopout:hover {*/
/*    display: block;*/
/*    transform: translate(0, 0px);*/
/*}*/
.bannerpopoutbox {
    width: 320px;
    height: 100%;
    margin-left: 34px;
    position: relative;
}
.bannerpopouthide {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../../../images/web/indexnew/pop-up-d.png") center center no-repeat;
    top: 18px;
    right: -5px;
    cursor: pointer;
}
.bannerpopoutboxti {
    width: 100%;
    height: 85px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.bannerpopoutboxti p {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.bannerpopoutboxboxtop {
    width: 320px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
}
.bannerpopoutboxboxtopwidth {
    width: 280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
}
.bannerpopoutboxbox_name {
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.bannerpopoutboxbox1 input{
    width: 100%;
    height: 30px;
    padding: 0;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-indent: 8px;
    outline: none;
}
.bannerpopoutboxbox1 textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-indent: 8px;
    outline: none;
    padding-top: 4px;
}
.bannerpopoutboxboxtip {
    color: #8B8B8B;
    margin: 0 auto;
    text-align: center;
    width: 82%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.bannerpopoutboxboxbutton {
    width: 180px;
    height: 36px;
    background: linear-gradient(0deg, #FFC800 0%, #FF9800 100%);
    border-radius: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    margin: 20px auto 0;
}
.bannerpopoutboxboxV {
    width: 320px;
    height: 390px;
    background:#FFFFFF url("../../../images/web/indexnew/pop-up-n.png") center 97px no-repeat;
    text-align: center;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 20px;
    font-size: 14px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
    border: 1px solid transparent;
}
.bannerpopoutboxboxVtip {
    margin-top: 175px;
}
/*banner end*/
.containmain {
    min-width: 1380px;
    height: auto;
    background: #fff;
}
/*why start*/
.whybox {
    width: 100%;
}
.whybox-in {
    width: 1260px;
    height: auto;
    margin: 0 auto;
}
.whybox-in-t {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    font-size: 42px;
    font-weight: 600;
    color: #03469F;
    line-height: 22px;
    border-bottom: 10px solid #D2DEEE;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.7px;
}
.whybox-in-d {
    display: flex;
    justify-content:space-between;
    margin-top: 47px;
}
.whyboxitem {
    width: 300px;
    height: 360px;
    background: url("../../../images/web/indexnew/whybg.png") center center no-repeat;
}
.whyimg1 {
    width: 100%;
    height: 150px;
    background:url("../../../images/web/indexnew/whyby.png") center center no-repeat;
}
.whyimg2 {
    width: 100%;
    height: 150px;
    background:url("../../../images/web/indexnew/whyteacher.png") center center no-repeat;
}
.whyimg3 {
    width: 100%;
    height: 150px;
    background:url("../../../images/web/indexnew/whybook.png") center center no-repeat;
}
.whyimg4 {
    width: 100%;
    height: 150px;
    background:url("../../../images/web/indexnew/whyeblcu.png") center center no-repeat;
}
.whyadvantage {
    margin-left: 24px;
    margin-right: 24px;
}
.whyadvantage p {
    font-size: 18px;
    font-weight: 400;
    color: #052147;
}
.whyadvdesc {
    font-size: 14px;
    font-weight: 400;
    color: #6B7F9A;
    line-height: 18px;
    text-align: justify;
    margin-top: 20px;
    margin-left: 23px;
    margin-right: 23px;
    word-break: break-word;
    letter-spacing: 0.4px;
}
.whybox-in-n {
    width: 1075px;
    height: 170px;
    margin: 45px auto 0;
    display: flex;

}
.whybox-in-nitem {
    width: 240px;
    height: 100%;
    position: relative;
}
.sumsoso {
    position: absolute;
    font-family: icon;
    font-size: 33px;
    font-weight: 400;
    color: #FFAD00;
    top: 3px;
    left: 100px;
}
.yearnumssoso {
    position: absolute;
    font-size: 60px;
    font-weight: 400;
    color: #FFAD00;
}
.yearssoso {
    position: absolute;
    width: 232px;
    height: 80px;
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    top: 64px;
}
/*why end*/
/*course start*/
.coursesbox {
    width: 100%;
}
.coursesbox-in {
    width: 1260px;
    height: auto;
    margin: 0 auto;
}
.coursesbox-in-t {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    font-size: 42px;
    font-weight: 600;
    color: #03469F;
    line-height: 22px;
    border-bottom: 10px solid #D2DEEE;
    padding-left: 22px;
    padding-right: 22px;
    letter-spacing: 0.7px;
}
.coursemain {
    width: 100%;
    height: auto;
    margin-top: 49px;
}
.coursemain-cl {
    width: 100%;
    height: 574px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.coursemain-cl-p {
    display: inline-block;
    width: 312px;
    height: 574px;
    background: url("../../../images/web/indexnew/gcccourse.png") center center no-repeat;
}
.cl-p1 {
    width: 100%;
    height: 60px;
}
.cl-p1 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    text-decoration: none;
}
.cl-p2 {
    width: 100%;
    height: 36px;
    margin-bottom: 14px;
}
.cl-p2 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-indent: 15px;
    margin-bottom: 14px;
    background: url("../../../images/web/indexnew/cljb.png") center center no-repeat;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.coursemain-cl-l {
    width: 920px;
    height: 574px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.cl-l-item {
    width: 288px;
    height: 275px;
   border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 14px 3px rgba(102,102,102,0.2);
}
.cl-l-img {
    width: 288px;
    height: 166px;
    overflow: hidden;
}
.cl-l-img img {
    width: 288px;
    height: 166px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cl-l-word {
    width: 288px;
    height: 110px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 10px 0 #ccc;
}
.cl-l-t {
    width: 264px;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cl-l-d {
    width: 260px;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 19px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.coursemain-cc {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.coursemain-cc-p {
    display: inline-block;
    width: 312px;
    height: 280px;
    background: url("../../../images/web/indexnew/culturecourse.png") center center no-repeat;
}
.cc-p1 {
    width: 100%;
    height: 60px;
}
.cc-p1 a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    text-decoration: none;
}
.cc-p2 {
    width: 100%;
    height: 48px;
    margin-bottom: 14px;
}
.cc-p2 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 15px;
    margin-bottom: 14px;
    background: url("../../../images/web/indexnew/ccjb1.png") center center no-repeat;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.cc-p3 {
    width: 100%;
    height: 36px;
    margin-bottom: 14px;
}
.cc-p3 a {
    display: block;
    width: 100%;
    height:  100%;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-indent: 15px;
    margin-bottom: 14px;
    background: url("../../../images/web/indexnew/ccjb2.png") center center no-repeat;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.coursemain-cc-l {
    width: 920px;
    height: 574px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.cc-l-item {
    width: 288px;
    height: 275px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 14px 3px rgba(102,102,102,0.2);
}
.cc-l-img {
    width: 288px;
    height: 166px;
    overflow: hidden;
}
.cc-l-img img {
    width: 288px;
    height: 166px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cc-l-word {
    width: 288px;
    height: 110px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 10px 0 #ccc;
}
.cc-l-t {
    width: 264px;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cc-l-d {
    width: 260px;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 19px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.coursemain-tt {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 61px;
}
.coursemain-tt-p {
    display: inline-block;
    width: 312px;
    height: 280px;
    background: url("../../../images/web/indexnew/teachercourse.png") center center no-repeat;
}
.tt-p1 {
    width: 100%;
    height: 60px;
}
.tt-p1 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 27px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    text-decoration: none;
}
.tt-p2 {
    width: 100%;
    height: 48px;
    margin-bottom: 14px;
}
.tt-p2 a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 15px;
    margin-bottom: 14px;
    background: url("../../../images/web/indexnew/ttjb.png") center center no-repeat;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.coursemain-tt-l {
    width: 920px;
    height: 574px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.tt-l-item {
    width: 288px;
    height: 275px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 14px 3px rgba(102,102,102,0.2);
}
.tt-l-img {
    width: 288px;
    height: 166px;
    overflow: hidden;
}
.tt-l-img img {
    width: 288px;
    height: 166px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tt-l-word {
    width: 288px;
    height: 110px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 10px 0 #ccc;
}
.tt-l-t {
    width: 264px;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tt-l-d {
    width: 260px;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 19px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*course end */
/*获取plan start*/
.getplan {
    width: 1260px;
    height: 72px;
    margin: 0 auto 110px;
    position: relative;
}
.getplanbutton {
    width: 335px;
    height: 51px;
    background: #FFAD00;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 51px;
    margin: 0 auto;
    cursor: pointer;
}
.getplan .getplanpopout {
    position: absolute;
    width: 374px;
    height: 520px;
    background: url("../../../images/web/indexnew/pop-up-bg2.png") center center no-repeat;
    top: -243px;
    right: 125px;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    display: none;
}
/*.getplanbutton:hover + .getplanpopout {*/
/*    display: block;*/
/*    transform: translate(0, 0px);*/
/*}*/

/*.getplan .getplanpopout:hover {*/
/*    display: block;*/
/*    transform: translate(0, 0px);*/
/*}*/
.getplanpopoutbox {
    width: 320px;
    height: 100%;
    margin-left: 34px;
    position: relative;
}
.getplanpopouthide {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../../../images/web/indexnew/pop-up-d.png") center center no-repeat;
    top: 18px;
    right: -5px;
    cursor: pointer;
}
.getplanpopoutboxti {
    width: 100%;
    height: 85px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.getplanpopoutboxti p {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.getplanpopoutboxboxtop {
    width: 320px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
}
.getplanpopoutboxboxtopwidth {
    width: 280px;
    height: 100%;
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
}
.getplanpopoutboxbox_name {
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.getplanpopoutboxbox1 input{
    width: 100%;
    height: 30px;
    padding: 0;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-indent: 8px;
    outline: none;
}
.getplanpopoutboxbox1 textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-indent: 8px;
    outline: none;
    padding-top: 4px;
}
.getplanpopoutboxboxtip {
    color: #8B8B8B;
    margin: 0 auto;
    text-align: center;
    width: 82%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.getplanpopoutboxboxbutton {
    width: 180px;
    height: 36px;
    background: linear-gradient(0deg, #FFC800 0%, #FF9800 100%);
    border-radius: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    margin: 20px auto 0;
}
.getplanpopoutboxboxV {
    width: 320px;
    height: 390px;
    background:#FFFFFF url("../../../images/web/indexnew/pop-up-n.png") center 97px no-repeat;
    text-align: center;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 20px;
    font-size: 14px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
    border: 1px solid transparent;
}
.getplanpopoutboxboxVtip {
    margin-top: 175px;
}
/*获取plan end*/
/*学生感言开始*/
.studentbox {
    width: 100%;
}
.studentbox-in {
    width: 1260px;
    height: auto;
    margin: 0 auto 40px;
}
.studentbox-in-t {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    font-size: 42px;
    font-weight: 600;
    color: #03469F;
    line-height: 22px;
    border-bottom: 10px solid #D2DEEE;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.7px;
}
.stutestibox {
    min-width: 1260px;
    height: 1125px;
    background: url("../../../images/web/indexnew/joinbg.png") top center no-repeat;
    padding-top: 50px;
    background-size: contain;
}
.studentboxmain {
    width: 1260px;
    height: 270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 33px;
}
.studentboxmainitem {
    width: 402px;
    height: 270px;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}
.studentboxmainitem1 {
    position: absolute;
    top: 20px;
    left: 37px;
}
.studentboxmainitem1 img {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background-size: contain;
}
.studentboxmainitem2 {
    position: absolute;
    top: 43px;
    left: 109px;
    font-size: 18px;
    font-weight: 400;
    color: #080909;
}
.studentboxmainitem2  span {
    font-size: 14px;
    margin-left: 20px;
}
.studentboxmainitem3 {
    position: absolute;
    top: 99px;
    left: 37px;
    width: 328px;
    height: auto;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #6B7F9A;
    line-height: 21px;
}
.studentboxmainitem4 {
    position: absolute;
    top: 230px;
    right: 36px;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #03469F;
}
.studentboxmainmore {
    width: 200px;
    height: 39px;
    margin: 0 auto 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #03469F;
    line-height: 39px;
    text-indent: 23px;
    background: #fff url("../../../images/web/indexnew/studentboxmainmore.png") 176px center no-repeat;
    cursor: pointer;
}
.videoboxs {
    width: 1248px;
    height: 702px;
    margin: 0 auto;
}
.videobox {
    width: 1248px;
    height: 702px;
}
.video-js {
    width: 1248px;
    height: 702px;
    background-color: #fff!important;
}
.vjs-poster {
    background-color: #fff!important;
}
/*学生感言结束*/
/*新闻开始*/
.newsbox {
    width: 100%;
    margin-bottom: 100px;
}
.newsbox-in {
    width: 1260px;
    height: auto;
    margin: 0 auto 40px;
    padding-top: 50px;
}
.newsbox-in-t {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    font-size: 42px;
    font-weight: 600;
    color: #03469F;
    line-height: 22px;
    border-bottom: 10px solid #D2DEEE;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.7px;
}
.newsbox-inmain {
    width: 1260px;
    height: 470px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.newsboxlatest {
    width: 600px;
    height: 470px;
    position: relative;
}
.newsboxlatestt {
    width: 100%;
    height: 45px;
    background: url("../../../images/web/indexnew/newsblue.png") left center no-repeat;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-indent: 26px;
    letter-spacing: 0.7px;
}
.newsboxpublic {
    width: 600px;
    height: 470px;
    position: relative;
}
.newsboxpublict {
    width: 100%;
    height: 45px;
    background: url("../../../images/web/indexnew/newsyellow.png") left center no-repeat;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-indent: 26px;
    letter-spacing: 0.7px;
}
.newsboxlatestl {
    width: 600px;
    height: 415px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    padding-top: 7px;
}
.newsboxpublicl {
    width: 600px;
    height: 415px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    padding-top: 7px;
}
.newsboxlatestitem {
    width: 550px;
    height: auto;
    border-bottom: 1px solid #EFEFF0;
    margin: 0 auto;
}
.newsboxlatestitemt {
    font-size: 16px;
    height: 45px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 45px;
    text-indent: 17px;
    background:url("../../../images/web/indexnew/blue.png") left center no-repeat;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.newsboxlatestitemco {
    width: 550px;
    height: 48px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.hotspecialnews {
    color: #013D9E;
}
.newsboxpublicitem {
    width: 550px;
    height: auto;
    border-bottom: 1px solid #EFEFF0;
    margin: 0 auto;
}
.newsboxpublicitemt {
    font-size: 16px;
    height: 45px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 45px;
    text-indent: 17px;
    background:url("../../../images/web/indexnew/yellow.png") left center no-repeat;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsboxpublicitemco {
    width: 550px;
    height: 48px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hotspecialnews2 {
    color: #966900;
}
.newsboxlatesbu {
    position: absolute;
    width: 93px;
    height: 30px;
    background: url("../../../images/web/indexnew/moreb.png") left center no-repeat;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 15px;
    right: 28px;
    bottom: 30px;
    cursor: pointer;
}
.newsboxpublicbu {
    position: absolute;
    width: 93px;
    height: 30px;
    background: url("../../../images/web/indexnew/morey.png") left center no-repeat;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 15px;
    right: 28px;
    bottom: 30px;
    cursor: pointer;
}
/*新闻结束*/
/*合作伙伴开始*/
.partnerbox {
    width: 100%;
    min-width: 1380px;
    height: 421px;
    background: url("../../../images/web/indexnew/parterbg.png") center center no-repeat;
    background-size: 100% 100%;
}
.partnerbox-in {
    width: 1260px;
    height: auto;
    margin: 0 auto 70px;
    padding-top: 65px;
}
.partnerbox-in-t {
    width: fit-content;
    height: auto;
    margin: 0 auto 70px;
    font-size: 42px;
    font-weight: 600;
    color: #03469F;
    line-height: 22px;
    border-bottom: 10px solid #D2DEEE;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.7px;
}
.partnerbox-in-l {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.partnerbox-in-l img {
    height: 73px;
    background-size: cover;
    margin: 0 114px 29px 0;
    width: calc((100% - 342px) / 4);
    min-width: calc((100% - 342px) / 4);
    max-width: calc((100% - 342px) / 4);
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}
.partnerbox-in-l img:nth-child(4n) {
    margin-right: 0;
}

.partnerbox-in-l img:hover {
    transform: scale(1.1);
}
/*合作伙伴结束*/
/*relates links 开始*/
.relatedLinks {
    width: 1260px;
    height: auto;
    border: 1px solid transparent;
    margin: 80px auto 50px;
}
.relatedLinksbox {
    font-size: 24px;
    font-weight: 400;
    color: #052147;
    padding-bottom: 6px;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 8px solid #03469F;
    margin-left: 36px;
}
.relatedLinkslinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 39px;
    padding-left: 40px;
}
.linkwidth1 {
    width: 300px;
    margin-bottom: 10px;
}
.linkwidth2 {
    width: 365px;
}
.linkwidth3 {
    width: 305px;
}
.relatedLinkslinks a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #052147;
    line-height: 26px;
}

/*relate links 结束*/

/*回到顶部*/
.totop {
    position: fixed;
    bottom: 30px;
    right: 25px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 999;
    cursor: pointer;
    box-shadow:0px 0px 8px 0px #eeeeee;
    background:white url("../../../images/web/totop.png") center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.totop a {
    display: block;
    width: 100%;
    height: 60px;
    background: url("../../../images/web/totop.png") center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.totop img {
    width: 100%;
}